import { z } from "@medusajs/framework/zod"; export declare const AdminGetViewConfigurationParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export type AdminGetActiveViewConfigurationParamsType = z.infer; export declare const AdminGetActiveViewConfigurationParams: z.ZodObject<{ fields: z.ZodOptional; }, "strip", z.ZodTypeAny, { fields?: string | undefined; }, { fields?: string | undefined; }>; export declare const AdminGetViewConfigurationsParamsFields: z.ZodObject<{ id: z.ZodOptional]>>; entity: z.ZodOptional]>>; name: z.ZodOptional]>>; user_id: z.ZodOptional, z.ZodNull]>>; is_system_default: z.ZodOptional; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; entity?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; user_id?: string | string[] | null | undefined; is_system_default?: boolean | undefined; }, { id?: string | string[] | undefined; entity?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; user_id?: string | string[] | null | undefined; is_system_default?: boolean | undefined; }>; export type AdminGetViewConfigurationsParamsType = z.infer; export declare const AdminGetViewConfigurationsParams: z.ZodObject<{} & { [x: string]: any; $and: z.ZodOptional]>>; entity: z.ZodOptional]>>; name: z.ZodOptional]>>; user_id: z.ZodOptional, z.ZodNull]>>; is_system_default: z.ZodOptional; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; entity?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; user_id?: string | string[] | null | undefined; is_system_default?: boolean | undefined; }, { id?: string | string[] | undefined; entity?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; user_id?: string | string[] | null | undefined; is_system_default?: boolean | undefined; }>, "many">>>; $or: z.ZodOptional]>>; entity: z.ZodOptional]>>; name: z.ZodOptional]>>; user_id: z.ZodOptional, z.ZodNull]>>; is_system_default: z.ZodOptional; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; entity?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; user_id?: string | string[] | null | undefined; is_system_default?: boolean | undefined; }, { id?: string | string[] | undefined; entity?: string | string[] | undefined; name?: string | string[] | undefined; created_at?: any; updated_at?: any; user_id?: string | string[] | null | undefined; is_system_default?: boolean | undefined; }>, "many">>>; }, "strip", z.ZodTypeAny, { [x: string]: any; $and?: unknown; $or?: unknown; }, { [x: string]: any; $and?: unknown; $or?: unknown; }>; export type AdminCreateViewConfigurationType = z.infer; export declare const AdminCreateViewConfiguration: z.ZodObject<{ name: z.ZodOptional; is_system_default: z.ZodDefault>; set_active: z.ZodDefault>; configuration: z.ZodObject<{ visible_columns: z.ZodArray; column_order: z.ZodArray; column_widths: z.ZodOptional>; filters: z.ZodOptional>; sorting: z.ZodOptional>>; search: z.ZodOptional; }, "strip", z.ZodTypeAny, { visible_columns: string[]; column_order: string[]; search?: string | undefined; filters?: Record | undefined; column_widths?: Record | undefined; sorting?: { id: string; desc: boolean; } | null | undefined; }, { visible_columns: string[]; column_order: string[]; search?: string | undefined; filters?: Record | undefined; column_widths?: Record | undefined; sorting?: { id: string; desc: boolean; } | null | undefined; }>; }, "strip", z.ZodTypeAny, { is_system_default: boolean; configuration: { visible_columns: string[]; column_order: string[]; search?: string | undefined; filters?: Record | undefined; column_widths?: Record | undefined; sorting?: { id: string; desc: boolean; } | null | undefined; }; set_active: boolean; name?: string | undefined; }, { configuration: { visible_columns: string[]; column_order: string[]; search?: string | undefined; filters?: Record | undefined; column_widths?: Record | undefined; sorting?: { id: string; desc: boolean; } | null | undefined; }; name?: string | undefined; is_system_default?: boolean | undefined; set_active?: boolean | undefined; }>; export type AdminUpdateViewConfigurationType = z.infer; export declare const AdminUpdateViewConfiguration: z.ZodObject<{ name: z.ZodOptional; is_system_default: z.ZodOptional; set_active: z.ZodDefault>; configuration: z.ZodOptional>; column_order: z.ZodOptional>; column_widths: z.ZodOptional>; filters: z.ZodOptional>; sorting: z.ZodOptional>>; search: z.ZodOptional; }, "strip", z.ZodTypeAny, { search?: string | undefined; filters?: Record | undefined; visible_columns?: string[] | undefined; column_order?: string[] | undefined; column_widths?: Record | undefined; sorting?: { id: string; desc: boolean; } | null | undefined; }, { search?: string | undefined; filters?: Record | undefined; visible_columns?: string[] | undefined; column_order?: string[] | undefined; column_widths?: Record | undefined; sorting?: { id: string; desc: boolean; } | null | undefined; }>>; }, "strip", z.ZodTypeAny, { set_active: boolean; name?: string | undefined; is_system_default?: boolean | undefined; configuration?: { search?: string | undefined; filters?: Record | undefined; visible_columns?: string[] | undefined; column_order?: string[] | undefined; column_widths?: Record | undefined; sorting?: { id: string; desc: boolean; } | null | undefined; } | undefined; }, { name?: string | undefined; is_system_default?: boolean | undefined; configuration?: { search?: string | undefined; filters?: Record | undefined; visible_columns?: string[] | undefined; column_order?: string[] | undefined; column_widths?: Record | undefined; sorting?: { id: string; desc: boolean; } | null | undefined; } | undefined; set_active?: boolean | undefined; }>; export type AdminSetActiveViewConfigurationType = z.infer; export declare const AdminSetActiveViewConfiguration: z.ZodObject<{ view_configuration_id: z.ZodUnion<[z.ZodString, z.ZodNull]>; }, "strip", z.ZodTypeAny, { view_configuration_id: string | null; }, { view_configuration_id: string | null; }>; //# sourceMappingURL=validators.d.ts.map